从生产环境同步到git

This commit is contained in:
yujh_java 2025-08-07 11:18:46 +08:00
parent cb5538f108
commit 4f70b4fee6

View File

@ -268,10 +268,10 @@ $(function () {
var type='';
//工程制度标准
if(methodId=="engineering.standard"){
type='1';
type='2';
}else{
//发布流程
type='2';
type='1';
}
$.ajax({
type: "POST",
@ -292,6 +292,7 @@ $(function () {
window.open(url,'fullscreen');*/
});
//终止按钮
$("#processTermination").off("click").on("click", function () {
$.ajax({