瀏覽代碼

提交日报周报页面

newStyle
douzhuo 2 年之前
父節點
當前提交
67b22234cf
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. +2
    -2
      src/api/modules/api.js
  2. +1
    -1
      src/views/building/sugDetail.vue

+ 2
- 2
src/api/modules/api.js 查看文件

@@ -1227,7 +1227,7 @@ export function byWeekMonthData(data) {
export function insertSelective(data) {
return request({
url: '/autoSR/api/zkMessage/insertSelective',
method: 'get',
params: data
method: 'post',
data: data
})
}

+ 1
- 1
src/views/building/sugDetail.vue 查看文件

@@ -151,7 +151,7 @@ export default {
this.ruleForm.messageType = this.type;
console.log("231", this.ruleForm);
this.$api.api.insertSelective(this.ruleForm).then((res) => {
if (res.data.code == 10000) {
if (res.code == 10000) {
this.$message.success("操作成功");
this.$router.go(-1)
}


Loading…
取消
儲存