|
@@ -659,11 +659,12 @@ export default {
|
|
},
|
|
},
|
|
handleApprove(type) {
|
|
handleApprove(type) {
|
|
if (type === "取消") {
|
|
if (type === "取消") {
|
|
- this.dialogStatus = false;
|
|
|
|
- this.disableStatus = false;
|
|
|
|
- this.only = false;
|
|
|
|
- this.number++;
|
|
|
|
- this.infolist = {};
|
|
|
|
|
|
+ // this.dialogStatus = false;
|
|
|
|
+ // this.disableStatus = false;
|
|
|
|
+ // this.only = false;
|
|
|
|
+ // this.number++;
|
|
|
|
+ // this.infolist = {};
|
|
|
|
+ this.closedia();
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
this.$refs.infolist.validate((val) => {
|
|
this.$refs.infolist.validate((val) => {
|