This commit is contained in:
xiaozhiyong
2023-02-28 09:22:10 +08:00
parent 51aa12621d
commit 1d0e1bd34e
13 changed files with 443 additions and 1004 deletions

View File

@@ -194,6 +194,7 @@ export default {
querykey: "companyId",
echoId: "",
echoName: "",
isDisabled: false,
},
rules: {
companyId: [
@@ -347,6 +348,7 @@ export default {
closeWindow() {
this.$emit("closeWindow");
this.form = {};
this.companyFinance = {};
this.fileList = [];
this.controlWindows.addInfo = {};
this.$nextTick(() => {

View File

@@ -132,6 +132,7 @@ export default {
querykey: "companyId",
echoId: "",
echoName: "",
isDisabled: false,
},
rules: {
// companyId: [