处方编号未更新
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</a-table>
|
||||
</template>
|
||||
<script setup>
|
||||
import {toRefs} from 'vue';
|
||||
import { watch,toRefs } from 'vue';
|
||||
const props = defineProps({
|
||||
// 数组名称
|
||||
data: {
|
||||
@@ -21,5 +21,9 @@ const props = defineProps({
|
||||
type: Array
|
||||
}
|
||||
});
|
||||
|
||||
const { data, columns,pagination} = toRefs(props);
|
||||
// watch(()=>props.data,(value)=>{
|
||||
// data.value=value;
|
||||
// },{immediate:true})
|
||||
</script>
|
||||
Reference in New Issue
Block a user