|
@@ -907,6 +907,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
confirm() {
|
|
|
+ this.dialogFormVisible = false
|
|
|
this.reportdate = this.inputForm.reportdate;
|
|
|
this.sjjssj = this.inputForm.real;
|
|
|
this.real = this.inputForm.real;
|
|
@@ -915,6 +916,7 @@ export default {
|
|
|
this.Index3Emit(1);
|
|
|
},
|
|
|
confirm2() {
|
|
|
+ this.dialogFormVisible = false
|
|
|
this.Index4Emit(1);
|
|
|
},
|
|
|
// 下拉框数据
|