1
This commit is contained in:
parent
f6576d85bb
commit
9f192eac8e
@ -75,7 +75,7 @@
|
||||
</view>
|
||||
|
||||
<view style="padding: 10px 16px;display: flex;flex-direction: row;" class="bottom-button">
|
||||
<u-button type="primary" @click="submit" color="#3d4b70">提交</u-button>
|
||||
<u-button type="primary" @click="submit" color="#3d4b70" :loading="stepLoad">提交</u-button>
|
||||
</view>
|
||||
|
||||
<u-modal :show="showDelModalIndex >= 0" @confirm="confirmDel" @cancel="cacelDel" :showCancelButton="true" title="确认删除?"></u-modal>
|
||||
@ -278,6 +278,7 @@
|
||||
extendInclude(json, 'Nav_ListCheckQuestion');
|
||||
extendIgnoreDataRule(json)
|
||||
GetCheckContentsNew(json).then(res => {
|
||||
this.stepLoad = false
|
||||
this.model = res
|
||||
this.model.Product_Unit = res.MineType !== undefined ? this.enumsData['SKProductionUnit'].find(item => item.code === res.MineType).name : '';
|
||||
if (this.model.Nav_ListCheckQuestion && this.model.Nav_ListCheckQuestion.length > 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user