671191c1 by lxs

数据资产登记更新

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