|
@@ -1211,6 +1211,7 @@ export default {
|
|
this.form.storageName = this.form.$storageId ? this.form.$storageId : ''
|
|
this.form.storageName = this.form.$storageId ? this.form.$storageId : ''
|
|
submit(this.form).then(res => {
|
|
submit(this.form).then(res => {
|
|
this.$message.success("操作成功");
|
|
this.$message.success("操作成功");
|
|
|
|
+ this.mingxibaocun = true
|
|
this.getDetail(res.data.data)
|
|
this.getDetail(res.data.data)
|
|
loading.close();
|
|
loading.close();
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
@@ -1238,7 +1239,7 @@ export default {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
this.$refs.formContacts.doLayout()
|
|
this.$refs.formContacts.doLayout()
|
|
})
|
|
})
|
|
- if (res.data.data.status==2) {
|
|
|
|
|
|
+ if (res.data.data.status == 2) {
|
|
this.$set(this.optionForm, 'disabled', true)
|
|
this.$set(this.optionForm, 'disabled', true)
|
|
this.$set(this.optionContactsBack, 'disabled', true)
|
|
this.$set(this.optionContactsBack, 'disabled', true)
|
|
this.editButton = true
|
|
this.editButton = true
|