Commit 2c842a34 authored by jiaxu.yan's avatar jiaxu.yan

fix: 70403 70367 70358

parent 7202bdf8
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
保存当前条目 保存当前条目
</footer-button> </footer-button>
<footer-button type="primary" icon="check" @click="submitFrom()" <footer-button type="primary" icon="check" @click="submitFrom()"
>提交表</footer-button >提交表</footer-button
> >
</div> </div>
</div> </div>
...@@ -620,7 +620,7 @@ export default { ...@@ -620,7 +620,7 @@ export default {
this.handleCircle(0) this.handleCircle(0)
} }
this.oldForm = this.form this.oldForm = this.form
this.$modal.msgSuccess('提交表成功') this.$modal.msgSuccess('提交表成功')
} else { } else {
this.$modal.msgError(res.msg) this.$modal.msgError(res.msg)
} }
......
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
保存当前条目 保存当前条目
</footer-button> </footer-button>
<footer-button type="primary" icon="check" @click="submitFrom()" <footer-button type="primary" icon="check" @click="submitFrom()"
>提交表</footer-button >提交表</footer-button
> >
</div> </div>
</div> </div>
...@@ -630,7 +630,7 @@ export default { ...@@ -630,7 +630,7 @@ export default {
this.handleCircle(0) this.handleCircle(0)
} }
this.oldForm = this.form this.oldForm = this.form
this.$modal.msgSuccess('提交表成功') this.$modal.msgSuccess('提交表成功')
} else { } else {
this.$modal.msgError(res.msg) this.$modal.msgError(res.msg)
} }
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="邮编" label="企业邮编"
prop="postcode" prop="postcode"
min-width="200" min-width="200"
align="left" align="left"
...@@ -215,7 +215,10 @@ export default { ...@@ -215,7 +215,10 @@ export default {
methods: { methods: {
handleDelete(id) { handleDelete(id) {
this.$modal this.$modal
.confirm('是否确定删除该条数据?', {
title: '操作确认',
closeOnClickModal: false
})
.then(() => { .then(() => {
this.model.uuid = id this.model.uuid = id
this.model.destroy(() => { this.model.destroy(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment