|
@@ -324,7 +324,7 @@
|
|
<div class="save-box">
|
|
<div class="save-box">
|
|
<!-- <button class="code" @click.stop="showPop = true" style="width:100px">源码</button> -->
|
|
<!-- <button class="code" @click.stop="showPop = true" style="width:100px">源码</button> -->
|
|
<!-- <button class="code" @click.stop="open(1)" style="width:100px">全部验证</button> -->
|
|
<!-- <button class="code" @click.stop="open(1)" style="width:100px">全部验证</button> -->
|
|
-<!-- <button class="code" @click.stop="open(2)" style="width:100px">字段验证</button>-->
|
|
|
|
|
|
+ <button class="code" @click.stop="checkData()" style="width:100px">通过</button>
|
|
<button class="code" @click.stop="open(2)" style="width:100px">保存</button>
|
|
<button class="code" @click.stop="open(2)" style="width:100px">保存</button>
|
|
<button class="code" @click.stop="dataBack" style="width:100px">打回</button>
|
|
<button class="code" @click.stop="dataBack" style="width:100px">打回</button>
|
|
<button class="code" @click.stop="openHref" style="width:100px">下一条</button>
|
|
<button class="code" @click.stop="openHref" style="width:100px">下一条</button>
|
|
@@ -1457,6 +1457,11 @@
|
|
alert(err);
|
|
alert(err);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ },
|
|
|
|
+ checkData: function () {
|
|
|
|
+ app.editData.forEach(v => {
|
|
|
|
+ app.saveDataOne(v, '1')
|
|
|
|
+ })
|
|
}
|
|
}
|
|
//保存提示
|
|
//保存提示
|
|
// open:function(one, type) {
|
|
// open:function(one, type) {
|