文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit d21e62cd by 李严凡

创建模板参数修改

parent bd8b5c3b
......@@ -1017,7 +1017,7 @@
data:{
templateId:max+1,
templateName:this.form.name,
templateType:0,
templateType:1,
creatorId:this.userInfo.userId,
entityList:this.entityList,
},
......@@ -1037,7 +1037,7 @@
//location.reload();
},
delTemplate(index){
console.log(this.pOptions);
// console.log(this.pOptions);
if(this.pOptions[index].templateType == 0){
this.$message({
type: 'info',
......
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