671191c1 by lxs

数据资产登记更新

1 parent 77e24b9e
......@@ -46,7 +46,7 @@ const route = useRoute();
/** 草稿状态打开传guid。 */
const guid = route.query.guid;
const fullPath = route.fullPath;
const editType = route.query.type;
const detailType = route.query.type;
const exGuid = route.query.exchangeGuid;
const restart = ref(false);
......@@ -2203,7 +2203,7 @@ onMounted(() => {
<div class="tool_btns">
<div class="btns">
<el-button plain @click="cancel">取消</el-button>
<el-button type="primary" @click="saveDraft" v-if="!restart">保存</el-button>
<el-button type="primary" @click="saveDraft" v-if="detailType != 'edit' || (detailType == 'edit' && !restart)">保存</el-button>
<el-button type="primary" @click="save">提交申请</el-button>
</div>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!