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

Commit d21e62cd by 李严凡

创建模板参数修改

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