库房管理->采购管理->采购管理点击《详情》按钮跳转后无数据显示
This commit is contained in:
@@ -590,6 +590,7 @@ const visible = ref(false);
|
||||
const row = ref({});
|
||||
const rowIndex = ref(-1);
|
||||
const totalAmount = ref(0);
|
||||
const locationList = ref([]);
|
||||
const props = defineProps({
|
||||
practitionerListOptions: {
|
||||
type: Object,
|
||||
@@ -768,7 +769,6 @@ function handleSearch(value) {
|
||||
medicineSearchKey.value = value;
|
||||
}
|
||||
|
||||
const locationList = ref([]);
|
||||
// 选择药品
|
||||
function selectRow(rowValue, index) {
|
||||
rowIndex.value = index;
|
||||
|
||||
Reference in New Issue
Block a user