修改终端型号
This commit is contained in:
@@ -82,7 +82,8 @@ const tableStore: any = new TableStore({
|
||||
{ field: 'updateBy', title: '修改人' },
|
||||
{ field: 'updateTime', title: '修改时间' },
|
||||
{
|
||||
title: '操作',fixed: 'right',
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
width: '220',
|
||||
render: 'buttons',
|
||||
buttons: [
|
||||
@@ -147,9 +148,13 @@ const okRun = () => {
|
||||
})
|
||||
}
|
||||
onMounted(() => {
|
||||
getIcdList().then(res => {
|
||||
options.value = res.data
|
||||
})
|
||||
tableStore.index()
|
||||
getIcdList()
|
||||
.then(res => {
|
||||
options.value = res.data
|
||||
tableStore.index()
|
||||
})
|
||||
.catch(err => {
|
||||
tableStore.index()
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user