|
@@ -371,7 +371,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<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(2)" style="width:100px">字段验证</button>
|
|
|
<!-- <button class="code" @click.stop="open('', false)" style="width:100px">保存</button> -->
|
|
@@ -1379,7 +1379,7 @@
|
|
|
$.ajax({
|
|
|
url: "/front/data/mark",
|
|
|
method: "post",
|
|
|
- data: {key: d, _id: _id, stype: stype},
|
|
|
+ data: {"data": d, "s_infoid": _id, "s_usertaskid": tid},
|
|
|
success: function (res) {
|
|
|
if (res) {
|
|
|
_this.$message({
|