diff --git a/dist2/html/ie.html.gz b/dist2/html/ie.html.gz index 94554c5..aa98a80 100644 Binary files a/dist2/html/ie.html.gz and b/dist2/html/ie.html.gz differ diff --git a/dist2/index.html.gz b/dist2/index.html.gz index e5238fb..c8ff4e1 100644 Binary files a/dist2/index.html.gz and b/dist2/index.html.gz differ diff --git a/dist2/static/img/401.089007e7.gif.gz b/dist2/static/img/401.089007e7.gif.gz index f97e316..e51e365 100644 Binary files a/dist2/static/img/401.089007e7.gif.gz and b/dist2/static/img/401.089007e7.gif.gz differ diff --git a/dist2/static/img/FlowChart-2-2.5a555a92.png.gz b/dist2/static/img/FlowChart-2-2.5a555a92.png.gz index da13316..7015386 100644 Binary files a/dist2/static/img/FlowChart-2-2.5a555a92.png.gz and b/dist2/static/img/FlowChart-2-2.5a555a92.png.gz differ diff --git a/dist2/static/img/dark.412ca67e.svg.gz b/dist2/static/img/dark.412ca67e.svg.gz index fb7e255..6a569a7 100644 Binary files a/dist2/static/img/dark.412ca67e.svg.gz and b/dist2/static/img/dark.412ca67e.svg.gz differ diff --git a/dist2/static/img/light.4183aad0.svg.gz b/dist2/static/img/light.4183aad0.svg.gz index 0977626..c7c2b95 100644 Binary files a/dist2/static/img/light.4183aad0.svg.gz and b/dist2/static/img/light.4183aad0.svg.gz differ diff --git a/src/views/work/resource/index.vue b/src/views/work/resource/index.vue index 3d2a709..38bb4c0 100644 --- a/src/views/work/resource/index.vue +++ b/src/views/work/resource/index.vue @@ -243,7 +243,7 @@ import { updateResource } from '@/api/system/resource' import { getFaultMessage, newIP } from '@/api/system/common' -import { deleteMaterial } from "../../../api/system/material"; +import { deleteMaterial } from "@/api/system/material"; export default { name: 'index', @@ -302,7 +302,7 @@ export default { if (this.indexSelect === 0) { return } else { - this.$modal.confirm('是否确认删除钽靶编号为"' + this.dataList[this.indexSelect].id + '"的数据项?').then(function () { + this.$modal.confirm('是否确认删除钽靶编号为"' + this.dataList[this.indexSelect].id + '"的数据项?').then(() => { return deleteMaterial(this.dataList[this.indexSelect].id) }).then(() => { this.getDataList()