Merge remote-tracking branch 'origin/dev' into dev

dev
schry 2 years ago
commit 6aafe12f49

@ -578,7 +578,7 @@ export default {
this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code}; this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code};
} }
} }
debugger
this.subFormVisible = true; this.subFormVisible = true;
this.getSubThrsysDetailData(); this.getSubThrsysDetailData();
if (this.subData.parentCode != null && this.subData.parentCode != "") { if (this.subData.parentCode != null && this.subData.parentCode != "") {
@ -592,6 +592,7 @@ export default {
} }
filterSubAll(this.query) filterSubAll(this.query)
.then((response) => { .then((response) => {
debugger
let invList = response.data || []; let invList = response.data || [];
// //
if (invList.length > 0) { if (invList.length > 0) {

@ -71,7 +71,7 @@
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click.native="editGeOrderParamVisible = !editGeOrderParamVisible" <el-button @click.native="closeDialog( editGeOrderParamVisible = !editGeOrderParamVisible)"
>取消 >取消
</el-button </el-button
> >

@ -564,7 +564,7 @@ export default {
this.subData.code = JSON.parse(localStorage.getItem("code")); this.subData.code = JSON.parse(localStorage.getItem("code"));
this.subFormVisible = false; this.subFormVisible = false;
}); });
this.resetForm(); // this.resetForm();
}, },

Loading…
Cancel
Save