src/views/CNAS/resourceDemand/device/component/files.vue
@@ -446,7 +446,6 @@ <script> import { MessageBox } from 'element-ui' import ValueTable from "@/components/Table/value-table.vue"; import fileDownload from '@/utils/file' import vueQr from 'vue-qr' import PrintJS from 'print-js' @@ -484,7 +483,6 @@ } }, components: { ValueTable, vueQr }, data() { @@ -780,10 +778,6 @@ } this.upLoad = true; upDeviceParameter(formData).then(res => { if (res.code === 201) { this.upLoad = false return } this.$message.success('修改成功') this.upLoad = false this.getList(this.clickNodeVal.value)