|
@@ -1536,7 +1536,8 @@ export default {
|
|
|
this.videoAdvise=''
|
|
|
if(res.success){
|
|
|
this.$message.success(res.message);
|
|
|
- this.tableHttp(this.$parent.materialStatus)
|
|
|
+ // this.tableHttp(this.$parent.materialStatus)
|
|
|
+ this.materialHttp()
|
|
|
}else{
|
|
|
this.$message.error(res.message)
|
|
|
}
|
|
@@ -1554,7 +1555,7 @@ export default {
|
|
|
this.scriptVisible=false;
|
|
|
if(res.success){
|
|
|
this.$message.success(res.message);
|
|
|
- this.tableHttp(this.$parent.materialStatus)
|
|
|
+ this.materialHttp()
|
|
|
}else{
|
|
|
this.$message.error(res.message)
|
|
|
}
|
|
@@ -1573,7 +1574,7 @@ export default {
|
|
|
this.scriptVisible=false;
|
|
|
if(res.success){
|
|
|
this.$message.success(res.message);
|
|
|
- this.tableHttp(this.$parent.materialStatus)
|
|
|
+ this.materialHttp()
|
|
|
}else{
|
|
|
this.$message.error(res.message)
|
|
|
}
|
|
@@ -1592,7 +1593,7 @@ export default {
|
|
|
this.scriptReject=''
|
|
|
if(res.success){
|
|
|
this.$message.success(res.message);
|
|
|
- this.tableHttp(this.$parent.materialStatus)
|
|
|
+ this.materialHttp()
|
|
|
}else{
|
|
|
this.$message.error(res.message)
|
|
|
}
|