修改
This commit is contained in:
parent
7c50cad446
commit
0be026b392
@ -460,6 +460,10 @@ export default {
|
|||||||
//暂存
|
//暂存
|
||||||
TemporaryStorage() {
|
TemporaryStorage() {
|
||||||
this.$refs.wangeditor.emit()
|
this.$refs.wangeditor.emit()
|
||||||
|
this.$confirm('确认暂存时将过滤掉部分内容未填写完成的子节点,是否确认暂存?', '提示', {
|
||||||
|
confirmButtonText: '确认',
|
||||||
|
cancelButtonText: '取消',
|
||||||
|
}).then(() => {
|
||||||
const loading = this.$loading({
|
const loading = this.$loading({
|
||||||
lock: true,
|
lock: true,
|
||||||
text: '暂存中',
|
text: '暂存中',
|
||||||
@ -480,6 +484,7 @@ export default {
|
|||||||
loading.close();
|
loading.close();
|
||||||
this.$modal.msgSuccess("暂存成功!");
|
this.$modal.msgSuccess("暂存成功!");
|
||||||
})
|
})
|
||||||
|
})
|
||||||
},
|
},
|
||||||
//问卷传值
|
//问卷传值
|
||||||
questionontemplate(item) {
|
questionontemplate(item) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user