幼儿评估
This commit is contained in:
parent
db2ac25df1
commit
e81717bcd6
@ -269,6 +269,13 @@ export default {
|
|||||||
// },
|
// },
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm: function () {
|
submitForm: function () {
|
||||||
|
this.$confirm("确认生成图表数据?生成后数据不能取消", "警告", {
|
||||||
|
confirmButtonText: "确定",
|
||||||
|
cancelButtonText: "取消",
|
||||||
|
type: "warning",
|
||||||
|
callback: (action) => {
|
||||||
|
if (action === "confirm") {
|
||||||
|
// console.log('按下 确定')
|
||||||
var items = "";
|
var items = "";
|
||||||
this.checkList.forEach((item) => {
|
this.checkList.forEach((item) => {
|
||||||
//当全选被选中的时候,循环遍历源数据,把数据的每一项加入到默认选中的数组去
|
//当全选被选中的时候,循环遍历源数据,把数据的每一项加入到默认选中的数组去
|
||||||
@ -290,6 +297,10 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
},
|
},
|
||||||
handleClick(tab) {
|
handleClick(tab) {
|
||||||
// this.activeName = tab
|
// this.activeName = tab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user