仓库编辑会创建多个修改

fencang
anthonywj 3 years ago
parent 58bbf892a8
commit 763af59199

@ -1,5 +1,5 @@
{
"BASE_URL": "http://192.168.1.2:9996",
"SERVER_IP": "http://192.168.1.2:9996",
"hosp_name": "诏安县总医院(测试)"
"BASE_URL": "http://122.112.160.36:9150/SPMS_SERVER",
"SERVER_IP": "http://122.112.160.36:9150",
"hosp_name": "福建省XX市医院(测试)"
}

@ -227,13 +227,13 @@
min-width="30%"
>
<template slot-scope="scope">
<!-- <el-button-->
<!-- type="text"-->
<!-- size="small"-->
<!-- @click.native="updateDirector(scope.row)">-->
<!-- <el-button-->
<!-- type="text"-->
<!-- size="small"-->
<!-- @click.native="updateDirector(scope.row)">-->
<!-- {{ directorMap[scope.row.director] }}-->
<!-- </el-button>-->
<!-- {{ directorMap[scope.row.director] }}-->
<!-- </el-button>-->
<el-button
type="text"
size="small"
@ -776,7 +776,7 @@ export default {
return true;
},
//
handleForm(node, data, formName) {
handleForm(data, formName) {
// let no = this.getProjectNum() + Math.floor(Math.random() * 10000)
if (null != data) {
this.currentId = data.id;
@ -795,7 +795,6 @@ export default {
}
this.formData = Object.assign({}, data);
this.node = node;
} else {
// this.formData.code = no;
this.formVisible = true;

Loading…
Cancel
Save