forked from mt-fe-group/mt-yd-ui
update 生成的文件名
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AddOrUpdate from './equipmenquantity-add-or-update'
|
||||
import AddOrUpdate from './equipmentQuantity-add-or-update'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -80,7 +80,7 @@ export default {
|
||||
getDataList() {
|
||||
this.dataListLoading = true
|
||||
this.$http({
|
||||
url: this.$http.adornUrl('/monitoring/equipmentQuanity/page'),
|
||||
url: this.$http.adornUrl('/monitoring/equipmentQuantity/page'),
|
||||
method: 'get',
|
||||
params: this.$http.adornParams({
|
||||
page: this.pageIndex,
|
||||
@@ -133,7 +133,7 @@ export default {
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
this.$http({
|
||||
url: this.$http.adornUrl('/monitoring/equipmentQuanity'),
|
||||
url: this.$http.adornUrl('/monitoring/equipmentQuantity'),
|
||||
method: 'delete',
|
||||
data: this.$http.adornData(ids, false)
|
||||
}).then(({ data }) => {
|
||||
|
||||
Reference in New Issue
Block a user