|
@@ -1,8 +1,8 @@
|
|
|
<script setup>
|
|
<script setup>
|
|
|
import { ref, computed, watch, nextTick, reactive } from 'vue';
|
|
import { ref, computed, watch, nextTick, reactive } from 'vue';
|
|
|
- import { onLoad } from '@dcloudio/uni-app';
|
|
|
|
|
- import { getRuiHenReportDetail } from '@/api/ruihen';
|
|
|
|
|
- import { useDataDictStore } from '@/store/modules/dataDict';
|
|
|
|
|
|
|
+import { onLoad } from '@dcloudio/uni-app';
|
|
|
|
|
+import { getRuiHenReportDetail } from '@/api/ruihen';
|
|
|
|
|
+import { useDataDictStore } from '@/store/modules/dataDict';
|
|
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
|
type: {
|
|
type: {
|
|
@@ -71,7 +71,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (!form.value.capacity) {
|
|
if (!form.value.capacity) {
|
|
|
- uni.showToast({ title: '请维护增压机产能' });
|
|
|
|
|
|
|
+ uni.showToast({ title: '请维护增压机产能', icon: 'none' });
|
|
|
}
|
|
}
|
|
|
} finally {
|
|
} finally {
|
|
|
}
|
|
}
|