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};
}
}
debugger
this.subFormVisible = true;
this.getSubThrsysDetailData();
if (this.subData.parentCode != null && this.subData.parentCode != "") {
@ -592,6 +592,7 @@ export default {
}
filterSubAll(this.query)
.then((response) => {
debugger
let invList = response.data || [];
//
if (invList.length > 0) {

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

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

Loading…
Cancel
Save