|
@@ -662,12 +662,14 @@ export default {
|
|
|
},
|
|
|
//审计新增
|
|
|
async addHandler() {
|
|
|
- alert("新增采购单")
|
|
|
- //this.isEdit = false;
|
|
|
- //await this.getDropDownData();
|
|
|
- //this.resetFormData();
|
|
|
- //this.title = "新增审计单";
|
|
|
- //this.open = true;
|
|
|
+ this.handleAdd()
|
|
|
+ // alert("新增采购单")
|
|
|
+ // this.isEdit = false;
|
|
|
+ // await this.getDropDownData();
|
|
|
+ // this.resetFormData();
|
|
|
+ // this.title = "新增审计单";
|
|
|
+ // this.open = true;
|
|
|
+ // this.kOpen = true;
|
|
|
},
|
|
|
// 获取下拉框数据
|
|
|
async getDropDownData() {
|
|
@@ -1182,7 +1184,7 @@ export default {
|
|
|
Object.assign(this.dynamicData, dynamicData);
|
|
|
}
|
|
|
this.jsonData = JSON.parse(data.dfVueTemplate);
|
|
|
- this.open = true;
|
|
|
+ this.kOpen = true;
|
|
|
this.title = "添加信息";
|
|
|
this.form.password = this.initPassword;
|
|
|
this.$nextTick(() => {
|