web
7 天以前 6e6127068f03a7fe655f1fd504c488f20683039f
src/views/facility/facilityList/index.vue
@@ -141,7 +141,7 @@
/** 删除按钮操作 */
function handleDelete(row) {
    proxy.$modal.confirm('是否确认删除名称为"' + row.contact + '"的数据项?').then(function () {
    proxy.$modal.confirm('是否确认删除名称为"' + row.pointName + '"的数据项?').then(function () {
        return facilityApi().remove(row.id);
    }).then(() => {
        getList();
@@ -325,9 +325,9 @@
                    <el-button link type="primary" icon="Edit" v-has="['update',route]"
                               @click="handleUpdate(scope.row)">修改
                    </el-button>
                    <el-button link type="primary" icon="Delete" v-has="['delete',route]"
                    <!-- <el-button link type="primary" icon="Delete" v-has="['delete',route]"
                               @click="handleDelete(scope.row)">删除
                    </el-button>
                    </el-button> -->
                </template>
            </el-table-column>
        </el-table>