Commit 45a6751d by liupeng

修改了操作描述判断

parent bcf047e7
......@@ -609,7 +609,6 @@
node-key="id"
:data="data3"
:props="defaultProps"
default-expand-all
:filter-node-method="filterNode3"
:default-checked-keys="zaclARR"
ref="tree3"
......@@ -933,16 +932,16 @@
<el-button @click="bzwdbz">确认</el-button>
</span>
</el-dialog>
<el-dialog title="提示" :visible.sync="czmsdm1" width="30%">
<el-dialog title="提示" :visible.sync="czmsdm3" width="30%">
<span>您标注的案件已经被退回,退回理由为:{{ htms }}</span>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="czmsdm1 = false">确 定</el-button>
<el-button type="primary" @click="czmsdm3 = false">确 定</el-button>
</span>
</el-dialog>
<el-dialog title="提示" :visible.sync="czmsdm3" width="30%">
<el-dialog title="提示" :visible.sync="czmsdm1" width="30%">
<span>该标注描述为(待标注)的案件已被解决,解决理由为{{ jjms }}</span>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="czmsdm3 = false">确 定</el-button>
<el-button type="primary" @click="czmsdm1 = false">确 定</el-button>
</span>
</el-dialog>
</div>
......@@ -1391,10 +1390,10 @@ export default {
this.loadingIndex--;
if (res.data.rows.bzzt == "" && res.data.rows.czmsdm == 1) {
this.czmsdm1 = true;
this.htms = res.data.rows.htms;
this.jjms = res.data.rows.jjms;
} else if (res.data.rows.bzzt == "" && res.data.rows.czmsdm == 3) {
this.czmsdm3 = true;
this.jjms = res.data.rows.jjms;
this.htms = res.data.rows.htms;
}
this.ajlbdm_str = res.data.rows.asjbzAjfl;
console.log();
......
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