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

fix: 70403 70367 70358

parent 7202bdf8
......@@ -256,7 +256,7 @@
保存当前条目
</footer-button>
<footer-button type="primary" icon="check" @click="submitFrom()"
>提交表</footer-button
>提交表</footer-button
>
</div>
</div>
......@@ -620,7 +620,7 @@ export default {
this.handleCircle(0)
}
this.oldForm = this.form
this.$modal.msgSuccess('提交表成功')
this.$modal.msgSuccess('提交表成功')
} else {
this.$modal.msgError(res.msg)
}
......
......@@ -261,7 +261,7 @@
保存当前条目
</footer-button>
<footer-button type="primary" icon="check" @click="submitFrom()"
>提交表</footer-button
>提交表</footer-button
>
</div>
</div>
......@@ -630,7 +630,7 @@ export default {
this.handleCircle(0)
}
this.oldForm = this.form
this.$modal.msgSuccess('提交表成功')
this.$modal.msgSuccess('提交表成功')
} else {
this.$modal.msgError(res.msg)
}
......
......@@ -93,7 +93,7 @@
>
</el-table-column>
<el-table-column
label="邮编"
label="企业邮编"
prop="postcode"
min-width="200"
align="left"
......@@ -215,7 +215,10 @@ export default {
methods: {
handleDelete(id) {
this.$modal
.confirm('是否确定删除该条数据?', {
title: '操作确认',
closeOnClickModal: false
})
.then(() => {
this.model.uuid = id
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