预报废审核页面调试
This commit is contained in:
parent
3818d7e237
commit
eba8462ae0
|
|
@ -115,7 +115,7 @@
|
|||
<el-row
|
||||
class="dialog-common-btn"
|
||||
style="margin-top: 20px"
|
||||
v-if="dialogConfig.outerTitle == '审核'"
|
||||
v-if="dialogConfig.outerTitle === '审核'"
|
||||
>
|
||||
<el-button size="mini" type="primary" @click="auditingPass"
|
||||
>通 过</el-button
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
import TableModel from '@/components/TableModel'
|
||||
import DialogModel from '@/components/DialogModel'
|
||||
import ScrapSource from '../../component/scrapSource.vue'
|
||||
import { config, dialogConfig, getSelList, getTypeListSel } from './config'
|
||||
import { config, getSelList, getTypeListSel, dialogConfig } from './config'
|
||||
import {
|
||||
getForecastWasteListApi,
|
||||
getDialogListApi,
|
||||
|
|
|
|||
Loading…
Reference in New Issue