Commit 735d99a1 by lianyang

getopn概要页“获取”按钮disabled条件修改

parent 24afeb5a
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<c-button <c-button
style="margin: 0 0" style="margin: 0 0"
:disabled="this.flag" :disabled="getrefDisabled"
size="small" size="small"
type="primary" type="primary"
@click="onGitpButgetref" @click="onGitpButgetref"
...@@ -1162,8 +1162,8 @@ export default { ...@@ -1162,8 +1162,8 @@ export default {
}, },
computed: { computed: {
flag() { getrefDisabled() {
return this.model.gidgrp.ben.pts.extkey == ""; return this.model.gidgrp.ben.pts.adrblk ==''|| this.model.gidgrp.rec.ownref!='';
}, },
gtxinrDisabled(){ gtxinrDisabled(){
let strs=this.model.gidgrp.rec.hndtyp; let strs=this.model.gidgrp.rec.hndtyp;
......
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