mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
routine update
This commit is contained in:
@@ -29,7 +29,7 @@ var selectScheme = function(val) {
|
|||||||
function(data) {
|
function(data) {
|
||||||
$.each(data.rows,
|
$.each(data.rows,
|
||||||
function(i, n) {
|
function(i, n) {
|
||||||
$("#WorkflowName").append("<option value='" + this.Code + "'>" + this.Code + "</option>");
|
$("#WorkflowName").append("<option value='" + this.Code + "' v-bind:value='"+this.Code+"'>" + this.Code + "</option>");
|
||||||
});
|
});
|
||||||
|
|
||||||
if (val != undefined) {
|
if (val != undefined) {
|
||||||
@@ -133,7 +133,6 @@ var editDlg = function() {
|
|||||||
layer.msg(data.Message);
|
layer.msg(data.Message);
|
||||||
if (data.Status) {
|
if (data.Status) {
|
||||||
list.reload();
|
list.reload();
|
||||||
ztree.reload();
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"json");
|
"json");
|
||||||
@@ -151,6 +150,7 @@ var editDlg = function() {
|
|||||||
vm.$set("$data",
|
vm.$set("$data",
|
||||||
{
|
{
|
||||||
Id: "00000000-0000-0000-0000-000000000000",
|
Id: "00000000-0000-0000-0000-000000000000",
|
||||||
|
WorkflowName:"SimpleWF"
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
update: function(ret) { //弹出编辑框
|
update: function(ret) { //弹出编辑框
|
||||||
|
Reference in New Issue
Block a user