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

Commit fedc9736 by 李严凡

删除图层分片

parent 232d81b8
...@@ -442,9 +442,9 @@ ...@@ -442,9 +442,9 @@
} }
} }
else if(n == 3){ else if(n == 3){
var index = this.dynamicValidateForm.layerDoamins.indexOf(item) var index = this.dynamicValidateForm.layerDomains.indexOf(item)
if (index !== -1) { if (index !== -1) {
this.dynamicValidateForm.layerDoamins.splice(index, 1) this.dynamicValidateForm.layerDomains.splice(index, 1)
} }
} }
}, },
......
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