|
|
@@ -483,7 +483,7 @@ function showLog(row){
|
|
|
}
|
|
|
function saveShenhe(){
|
|
|
parShenhe.value.publish = publish.value
|
|
|
- publishModel(parShenhe).then(res=>{
|
|
|
+ publishModel(parShenhe.value).then(res=>{
|
|
|
if(res.code===200){
|
|
|
proxy.$modal.msgSuccess("已发布!");
|
|
|
var par1 = {
|
|
|
@@ -497,7 +497,7 @@ function saveShenhe(){
|
|
|
function shenhe(row){
|
|
|
dialogVisibleTest.value = true
|
|
|
parShenhe.value = {
|
|
|
- srvIds:row.srvId,
|
|
|
+ srvId:row.srvId,
|
|
|
}
|
|
|
// proxy.$modal.confirm('是否确认审核?').then(function () {
|
|
|
// return changeSerShenhe(par).then(res=>{
|