Ver código fonte

提交日报周报页面

newStyle
douzhuo 2 anos atrás
pai
commit
67b22234cf
2 arquivos alterados com 3 adições e 3 exclusões
  1. +2
    -2
      src/api/modules/api.js
  2. +1
    -1
      src/views/building/sugDetail.vue

+ 2
- 2
src/api/modules/api.js Ver arquivo

@@ -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 Ver arquivo

@@ -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)
}


Carregando…
Cancelar
Salvar