update 生成的文件名
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AddOrUpdate from './equipmenstatuslog-add-or-update'
|
||||
import AddOrUpdate from './equipmentStatusLog-add-or-update'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -81,7 +81,7 @@ export default {
|
||||
getDataList() {
|
||||
this.dataListLoading = true
|
||||
this.$http({
|
||||
url: this.$http.adornUrl('/monitoring/equipmenStatusLog/page'),
|
||||
url: this.$http.adornUrl('/monitoring/equipmentStatusLog/page'),
|
||||
method: 'get',
|
||||
params: this.$http.adornParams({
|
||||
page: this.pageIndex,
|
||||
@@ -134,7 +134,7 @@ export default {
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
this.$http({
|
||||
url: this.$http.adornUrl('/monitoring/equipmenStatusLog'),
|
||||
url: this.$http.adornUrl('/monitoring/equipmentStatusLog'),
|
||||
method: 'delete',
|
||||
data: this.$http.adornData(ids, false)
|
||||
}).then(({ data }) => {
|
||||
|
||||
Reference in New Issue
Block a user