删除不存在的方法

This commit is contained in:
YeMingfei666 2024-09-29 15:36:46 +08:00
parent 624a0ca934
commit 9b069aeb99
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
watch watch
} from 'vue'; } from 'vue';
import { $uploadFile } from '@/http/yskApi/file.js' import { $uploadFile } from '@/http/yskApi/file.js'
import { consumableBreakage , productBreakage ,tbConCheck} from '@/http/yskApi/breakage.js' import { consumableBreakage , productBreakage} from '@/http/yskApi/breakage.js'
const props = defineProps({ const props = defineProps({
show:{ show:{