更新
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
@@ -132,6 +132,7 @@ export default {
|
||||
querykey: "companyId",
|
||||
echoId: "",
|
||||
echoName: "",
|
||||
isDisabled: false,
|
||||
},
|
||||
rules: {
|
||||
// companyId: [
|
||||
|
||||
Reference in New Issue
Block a user