本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
rongxin.dashboard
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
fix
master
张泽亮
3 月之前
父節點
1052297958
當前提交
63cbfb28ac
共有
1 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/views/app/project/operate_edit.vue
+ 3
- 3
src/views/app/project/operate_edit.vue
查看文件
@@ -181,9 +181,9 @@
this.form.jymj = 0;
})
}
//
getInfoByImportCode(response.data.importCode).then((res) => {
//
this.form.deptId = res.data.deptId
//
});
getInfoByImportCode(response.data.importCode).then((res) => {
this.form.deptId = res.data.deptId
});
});
},
onConfirmJydxlx(value) {
Write
Preview
Loading…
取消
儲存