幼儿评估

This commit is contained in:
paidaxing444 2020-11-06 16:55:47 +08:00
parent db2ac25df1
commit e81717bcd6

View File

@ -269,6 +269,13 @@ export default {
// },
/** 提交按钮 */
submitForm: function () {
this.$confirm("确认生成图表数据?生成后数据不能取消", "警告", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
callback: (action) => {
if (action === "confirm") {
// console.log(' ')
var items = "";
this.checkList.forEach((item) => {
//
@ -290,6 +297,10 @@ export default {
}
});
}
} else {
}
},
});
},
handleClick(tab) {
// this.activeName = tab