system-clients 3.1.92-test → 3.1.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -168,13 +168,15 @@ export default {
|
|
168
168
|
initModel() {
|
169
169
|
this.SystemTypeItem = []
|
170
170
|
this.BankTypeItem = []
|
171
|
-
this.curorgid = [this.$login.f.orgid]
|
172
171
|
this.model = {
|
173
172
|
name: '',
|
174
173
|
f_orgid: '',
|
175
174
|
f_orgname: '',
|
176
175
|
f_operator: this.$login.f.name
|
177
176
|
}
|
177
|
+
this.curorgid = [this.$login.f.orgid]
|
178
|
+
this.systemmodel = {}
|
179
|
+
this.bankmodel = {}
|
178
180
|
},
|
179
181
|
cancel() {
|
180
182
|
this.$dispatch('close')
|