This commit is contained in:
zhutianqi
2022-02-23 09:59:32 +08:00
parent 01f1402049
commit c47d8474e8
3 changed files with 2 additions and 3 deletions
@@ -25,7 +25,7 @@
style="position:absolute;top: 10px;right: 0;"
@click="selectLaws"
v-if="(processModel && !disabled) || !processModel"
>手动查找123</el-button>
>手动查找</el-button>
</el-form-item>
<el-dialog
:title="config.attrName"
@@ -508,7 +508,7 @@
class="modular-content-p-val"
:title="child.value || '-'"
>
<span v-if="child.value" @click="showReplaceStandInfo(item)" style="cursor: pointer;color: #0c91e5;margin-right: 5px;"
<span v-if="child.value" @click="showReplaceStandInfo(child.value)" style="cursor: pointer;color: #0c91e5;margin-right: 5px;"
class="span-line">{{ child.value }}</span>
<span v-else>-</span>
</span>
@@ -1104,7 +1104,6 @@ export default {
}).then(res => {
if (res) {
const processForm = JSON.parse(res.mesg)
this.xgdFileId = processForm.xgd
this.fbgbjbdFileId = processForm.fbgbjbd
this.bpgFileId = processForm.bpg