Merge remote-tracking branch 'origin/dev_1.0.0' into dev_1.0.0
commit
31a8de5569
|
|
@ -540,6 +540,11 @@ export default {
|
|||
},
|
||||
/** 项目会审状态修改 */
|
||||
handleJoinTrialChange(row) {
|
||||
if (!row.canGenerate){
|
||||
row.jointTrial='1'
|
||||
this.$modal.msgError("该项目已存在订单,无法取消会审");
|
||||
return;
|
||||
}
|
||||
if (row.jointTrial === '0'){
|
||||
if (!row.canGenerate){
|
||||
this.$modal.alertWarning("该项目已存在订单,无法取消会审");
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ spring:
|
|||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://121.199.168.157:3306/unis_sip_pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true
|
||||
url: jdbc:mysql://121.199.168.157:3306/unis_sip_pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true&nullCatalogMeansCurrent=true
|
||||
username: root
|
||||
password: unis@db
|
||||
# 从库数据源
|
||||
|
|
|
|||
Loading…
Reference in New Issue