从生产环境同步到git
This commit is contained in:
parent
cb5538f108
commit
4f70b4fee6
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user