|
|
@@ -105,7 +105,7 @@
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="level1Modal = false">取 消</el-button>
|
|
|
<el-button type="primary" @click="level1Modal = false"
|
|
|
- >确 定</el-button
|
|
|
+ >发 布</el-button
|
|
|
>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
@@ -145,7 +145,7 @@
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="cancelLevel1ModalForm()">取 消</el-button>
|
|
|
<el-button type="primary" @click="handleLevel1Submit"
|
|
|
- >确 定</el-button
|
|
|
+ >发 布</el-button
|
|
|
>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
@@ -204,7 +204,7 @@
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="cancelLevel2ModalForm()">取 消</el-button>
|
|
|
<el-button type="primary" @click="handleLevel2Submit"
|
|
|
- >确 定</el-button
|
|
|
+ >发 布</el-button
|
|
|
>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
@@ -334,7 +334,7 @@
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="cancelVillage">取 消</el-button>
|
|
|
<el-button type="primary" @click="handleVillageSubmit"
|
|
|
- >确 定</el-button
|
|
|
+ >发 布</el-button
|
|
|
>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
@@ -458,7 +458,7 @@ export default {
|
|
|
const res = await addEntity(params)
|
|
|
if (res.code === 0) {
|
|
|
this.$message({
|
|
|
- message: res.msg,
|
|
|
+ message: '上线发布成功',
|
|
|
type: 'success'
|
|
|
})
|
|
|
this.cancelVillage()
|
|
|
@@ -512,7 +512,7 @@ export default {
|
|
|
this.level1ModalFormVisible = false
|
|
|
if (res.code === 0) {
|
|
|
this.$message({
|
|
|
- message: res.msg,
|
|
|
+ message: '上线发布成功',
|
|
|
type: 'success'
|
|
|
})
|
|
|
} else {
|
|
|
@@ -640,7 +640,7 @@ export default {
|
|
|
this.level2ModalFormVisible = false
|
|
|
if (res.code === 0) {
|
|
|
this.$message({
|
|
|
- message: res.msg,
|
|
|
+ message: '上线发布成功',
|
|
|
type: 'success'
|
|
|
})
|
|
|
} else {
|