提交 d36958f5 authored 作者: 潘鹏's avatar 潘鹏

attributes

上级 567275f5
...@@ -597,11 +597,11 @@ let vm = new Vue({ ...@@ -597,11 +597,11 @@ let vm = new Vue({
contentType: "application/json", contentType: "application/json",
}); });
this.paramster.forEach(item => { // this.paramster.forEach(item => {
if (item.paramValue == '' || item.paramValue == null) { // if (item.paramValue == '' || item.paramValue == null) {
flag = false // flag = false
} // }
}) // })
if (vm.prevItem.length === 0 || !flag) { if (vm.prevItem.length === 0 || !flag) {
console.log(123); console.log(123);
alert('请编辑完属性或参数后再保存'); alert('请编辑完属性或参数后再保存');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论