feat: 设备台账联调
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!-- @format -->
|
||||
|
||||
<template>
|
||||
<div class="ns-table-header" v-if="!isEmpty(getActions)">
|
||||
<div class="ns-table-header">
|
||||
<div class="ns-table-title ns-title-extra-box" v-if="tableTitle">{{ tableTitle }}</div>
|
||||
<div class="ns-table-header-action">
|
||||
<div class="ns-table-header-action" v-if="!isEmpty(getActions)">
|
||||
<slot name="header" :data="data"></slot>
|
||||
<template v-for="item in getActions" :key="item.name">
|
||||
<ns-button @click="item.finalHandle()" :disabled="item.dynamicDisabled" :type="item.type">
|
||||
|
@@ -66,7 +66,7 @@
|
||||
treeState.loading = loading;
|
||||
};
|
||||
const httpPrams = computed(() => {
|
||||
return { ...route.params, ...route.query, ...props.defaultParams };
|
||||
return { ...route.params, ...route.query, ...props.params };
|
||||
});
|
||||
|
||||
const getData = (params = {}) => {
|
||||
|
Reference in New Issue
Block a user